Carbon


GetMenuCommandProperty

Header: Menus.h Carbon status: Supported

OSStatus GetMenuCommandProperty (
    MenuRef menu, 
    MenuCommand commandID, 
    OSType propertyCreator, 
    OSType propertyTag, 
    ByteCount bufferSize, 
    ByteCount *actualSize, 
    void *propertyBuffer
);
menu
commandID
propertyCreator
propertyTag
bufferSize
actualSize
propertyBuffer
function result

A result code.

AVAILABILITY

Supported in Carbon. Available in CarbonLib 1.0 and later. Exported by CarbonLib 1.0 and later.


© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)